Color Hex Logo

#cb6cea Color Hex

#CB6CEA
(203,108,234)
0 Favorites   0 Comments

Color spaces of #cb6cea

RGB 203108234
HSL0.790.750.67
HSV285°54°92°
CMYK 0.130.540.00   0.08
XYZ44.842429.362181.1459
Yxy29.36210.28870.1890
Hunter Lab54.186852.8911-50.8573
CIE-Lab61.099956.9153-48.3974

#cb6cea color RGB value is (203,108,234).

#cb6cea hex color red value is 203, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cb6cea hue: 0.79 , saturation: 0.75 and the lightness value of cb6cea is 0.67.

The process color (four color CMYK) of #cb6cea color hex is 0.13, 0.54, 0.00, 0.08. Web safe color of #cb6cea is #cc66ff. Color #cb6cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 11101010
Octal 313 154 352
Decimal 203 108 234
Hex CB 6C EA

RGB Percentages of Color #cb6cea

%37.25
%19.82
%42.94

CMYK Percentages of Color #cb6cea

%13
%54
%0
%8

Triadic Colors of #cb6cea

#cb6cea #eacb6c #6ceacb

Analogous Colors of #cb6cea

#cb6cea #ea6cca #8c6cea

Monochromatic Colors of #cb6cea

#cb6cea

Complementary Color

#cb6cea #8bea6c

#cb6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6cea Color CSS Codes

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

#cb6cea Text Font Color

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

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


#cb6cea Background Color

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

This div background color is #cb6cea


#cb6cea Border Color

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

This div border color is #cb6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6cea


Comments

No comments written yet.

Please login to write comment.