Color Hex Logo

#cb68dc Color Hex

#CB68DC
(203,104,220)
0 Favorites   0 Comments

Color spaces of #cb68dc

RGB 203104220
HSL0.810.620.64
HSV291°53°86°
CMYK 0.080.530.00   0.14
XYZ42.497227.764470.8294
Yxy27.76440.30120.1968
Hunter Lab52.691951.7533-42.8143
CIE-Lab59.675356.1483-42.8184

#cb68dc color RGB value is (203,104,220).

#cb68dc hex color red value is 203, green value is 104 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cb68dc hue: 0.81 , saturation: 0.62 and the lightness value of cb68dc is 0.64.

The process color (four color CMYK) of #cb68dc color hex is 0.08, 0.53, 0.00, 0.14. Web safe color of #cb68dc is #cc66cc. Color #cb68dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101000 11011100
Octal 313 150 334
Decimal 203 104 220
Hex CB 68 DC

RGB Percentages of Color #cb68dc

%38.52
%19.73
%41.75

CMYK Percentages of Color #cb68dc

%8
%53
%0
%14

Triadic Colors of #cb68dc

#cb68dc #dccb68 #68dccb

Analogous Colors of #cb68dc

#cb68dc #dc68b3 #9168dc

Monochromatic Colors of #cb68dc

#cb68dc

Complementary Color

#cb68dc #79dc68

#cb68dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb68dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb68dc Color CSS Codes

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

#cb68dc Text Font Color

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

This sample text font color is #cb68dc
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.


#cb68dc Background Color

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

This div background color is #cb68dc


#cb68dc Border Color

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

This div border color is #cb68dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb68dc


Comments

No comments written yet.

Please login to write comment.