Color Hex Logo

#cb37ea Color Hex

#CB37EA
(203,55,234)
0 Favorites   0 Comments

Color spaces of #cb37ea

RGB 20355234
HSL0.800.810.57
HSV290°76°92°
CMYK 0.130.760.00   0.08
XYZ40.846121.369479.8138
Yxy21.36940.28760.1505
Hunter Lab46.227076.8248-70.0088
CIE-Lab53.351478.3893-60.7591

#cb37ea color RGB value is (203,55,234).

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

The process color (four color CMYK) of #cb37ea color hex is 0.13, 0.76, 0.00, 0.08. Web safe color of #cb37ea is #cc33ff. Color #cb37ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110111 11101010
Octal 313 67 352
Decimal 203 55 234
Hex CB 37 EA

RGB Percentages of Color #cb37ea

%41.26
%11.18
%47.56

CMYK Percentages of Color #cb37ea

%13
%76
%0
%8

Triadic Colors of #cb37ea

#cb37ea #eacb37 #37eacb

Analogous Colors of #cb37ea

#cb37ea #ea37b0 #7237ea

Monochromatic Colors of #cb37ea

#cb37ea

Complementary Color

#cb37ea #56ea37

#cb37ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb37ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb37ea Color CSS Codes

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

#cb37ea Text Font Color

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

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


#cb37ea Background Color

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

This div background color is #cb37ea


#cb37ea Border Color

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

This div border color is #cb37ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb37ea


Comments

No comments written yet.

Please login to write comment.