Color Hex Logo

#cb78ef Color Hex

#CB78EF
(203,120,239)
0 Favorites   0 Comments

Color spaces of #cb78ef

RGB 203120239
HSL0.780.790.70
HSV282°50°94°
CMYK 0.150.500.00   0.06
XYZ46.925132.361485.4345
Yxy32.36140.28490.1965
Hunter Lab56.887147.6890-49.2223
CIE-Lab63.640551.8997-47.1569

#cb78ef color RGB value is (203,120,239).

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

The process color (four color CMYK) of #cb78ef color hex is 0.15, 0.50, 0.00, 0.06. Web safe color of #cb78ef is #cc66ff. Color #cb78ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111000 11101111
Octal 313 170 357
Decimal 203 120 239
Hex CB 78 EF

RGB Percentages of Color #cb78ef

%36.12
%21.35
%42.53

CMYK Percentages of Color #cb78ef

%15
%50
%0
%6

Triadic Colors of #cb78ef

#cb78ef #efcb78 #78efcb

Analogous Colors of #cb78ef

#cb78ef #ef78d8 #9078ef

Monochromatic Colors of #cb78ef

#cb78ef

Complementary Color

#cb78ef #9cef78

#cb78ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb78ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb78ef Color CSS Codes

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

#cb78ef Text Font Color

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

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


#cb78ef Background Color

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

This div background color is #cb78ef


#cb78ef Border Color

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

This div border color is #cb78ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb78ef


Comments

No comments written yet.

Please login to write comment.