Color Hex Logo

#cb4eef Color Hex

#CB4EEF
(203,78,239)
0 Favorites   0 Comments

Color spaces of #cb4eef

RGB 20378239
HSL0.800.830.62
HSV287°67°94°
CMYK 0.150.670.00   0.06
XYZ42.933024.377384.1038
Yxy24.37730.28350.1610
Hunter Lab49.373468.8127-66.4347
CIE-Lab56.463671.2943-58.5680

#cb4eef color RGB value is (203,78,239).

#cb4eef hex color red value is 203, green value is 78 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cb4eef hue: 0.80 , saturation: 0.83 and the lightness value of cb4eef is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001110 11101111
Octal 313 116 357
Decimal 203 78 239
Hex CB 4E EF

RGB Percentages of Color #cb4eef

%39.04
%15.00
%45.96

CMYK Percentages of Color #cb4eef

%15
%67
%0
%6

Triadic Colors of #cb4eef

#cb4eef #efcb4e #4eefcb

Analogous Colors of #cb4eef

#cb4eef #ef4ec3 #7b4eef

Monochromatic Colors of #cb4eef

#cb4eef

Complementary Color

#cb4eef #72ef4e

#cb4eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4eef Color CSS Codes

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

#cb4eef Text Font Color

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

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


#cb4eef Background Color

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

This div background color is #cb4eef


#cb4eef Border Color

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

This div border color is #cb4eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,78,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 #cb4eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4eef


Comments

No comments written yet.

Please login to write comment.