Color Hex Logo

#cb68fe Color Hex

#CB68FE
(203,104,254)
0 Favorites   0 Comments

Color spaces of #cb68fe

RGB 203104254
HSL0.780.990.70
HSV280°59°100°
CMYK 0.200.590.00   0.00
XYZ47.468329.752997.0070
Yxy29.75290.27240.1708
Hunter Lab54.546259.8820-67.2612
CIE-Lab61.440462.9016-58.9289

#cb68fe color RGB value is (203,104,254).

#cb68fe hex color red value is 203, green value is 104 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cb68fe hue: 0.78 , saturation: 0.99 and the lightness value of cb68fe is 0.70.

The process color (four color CMYK) of #cb68fe color hex is 0.20, 0.59, 0.00, 0.00. Web safe color of #cb68fe is #cc66ff. Color #cb68fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101000 11111110
Octal 313 150 376
Decimal 203 104 254
Hex CB 68 FE

RGB Percentages of Color #cb68fe

%36.19
%18.54
%45.28

CMYK Percentages of Color #cb68fe

%20
%59
%0
%0

Triadic Colors of #cb68fe

#cb68fe #fecb68 #68fecb

Analogous Colors of #cb68fe

#cb68fe #fe68e6 #8068fe

Monochromatic Colors of #cb68fe

#cb68fe

Complementary Color

#cb68fe #9bfe68

#cb68fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb68fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb68fe Color CSS Codes

.mybgcolor {background-color:#cb68fe; } 
.myforecolor {color:#cb68fe; }
.mybordercolor {border:3px solid #cb68fe; }

#cb68fe Text Font Color

<p style="color:#cb68fe">Text here</p>

This sample text font color is #cb68fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb68fe Background Color

<div style="background-color:#cb68fe">
Div content here</div>

This div background color is #cb68fe


#cb68fe Border Color

<div style="border:3px solid #cb68fe">
Div here</div>

This div border color is #cb68fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,104,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb68fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb68fe;
  -webkit-box-shadow: 1px 1px 3px 2px #cb68fe;
  box-shadow:         1px 1px 3px 2px #cb68fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,104,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb68fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb68fe;
  -webkit-box-shadow: 1px 1px 3px 2px #cb68fe;
  box-shadow:         1px 1px 3px 2px #cb68fe;">
Div content here</div>

This div box has shadow with color #cb68fe


Comments

No comments written yet.

Please login to write comment.