Color Hex Logo

#cb37ef Color Hex

#CB37EF
(203,55,239)
0 Favorites   0 Comments

Color spaces of #cb37ef

RGB 20355239
HSL0.800.850.58
HSV288°77°94°
CMYK 0.150.770.00   0.06
XYZ41.574821.660983.6511
Yxy21.66090.28300.1475
Hunter Lab46.541378.0048-73.9862
CIE-Lab53.665379.2668-63.0627

#cb37ef color RGB value is (203,55,239).

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

The process color (four color CMYK) of #cb37ef color hex is 0.15, 0.77, 0.00, 0.06. Web safe color of #cb37ef is #cc33ff. Color #cb37ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110111 11101111
Octal 313 67 357
Decimal 203 55 239
Hex CB 37 EF

RGB Percentages of Color #cb37ef

%40.85
%11.07
%48.09

CMYK Percentages of Color #cb37ef

%15
%77
%0
%6

Triadic Colors of #cb37ef

#cb37ef #efcb37 #37efcb

Analogous Colors of #cb37ef

#cb37ef #ef37b7 #6f37ef

Monochromatic Colors of #cb37ef

#cb37ef

Complementary Color

#cb37ef #5bef37

#cb37ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb37ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb37ef Color CSS Codes

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

#cb37ef Text Font Color

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

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


#cb37ef Background Color

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

This div background color is #cb37ef


#cb37ef Border Color

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

This div border color is #cb37ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb37ef


Comments

No comments written yet.

Please login to write comment.