Color Hex Logo

#cb78ec Color Hex

#CB78EC
(203,120,236)
0 Favorites   0 Comments

Color spaces of #cb78ec

RGB 203120236
HSL0.790.750.70
HSV283°49°93°
CMYK 0.140.490.00   0.07
XYZ46.485432.185683.1193
Yxy32.18560.28730.1989
Hunter Lab56.732446.9778-47.1539
CIE-Lab63.496051.2843-45.7244

#cb78ec color RGB value is (203,120,236).

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

The process color (four color CMYK) of #cb78ec color hex is 0.14, 0.49, 0.00, 0.07. Web safe color of #cb78ec is #cc66ff. Color #cb78ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111000 11101100
Octal 313 170 354
Decimal 203 120 236
Hex CB 78 EC

RGB Percentages of Color #cb78ec

%36.31
%21.47
%42.22

CMYK Percentages of Color #cb78ec

%14
%49
%0
%7

Triadic Colors of #cb78ec

#cb78ec #eccb78 #78eccb

Analogous Colors of #cb78ec

#cb78ec #ec78d3 #9178ec

Monochromatic Colors of #cb78ec

#cb78ec

Complementary Color

#cb78ec #99ec78

#cb78ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb78ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb78ec Color CSS Codes

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

#cb78ec Text Font Color

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

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


#cb78ec Background Color

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

This div background color is #cb78ec


#cb78ec Border Color

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

This div border color is #cb78ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb78ec


Comments

No comments written yet.

Please login to write comment.