Color Hex Logo

#cb38eb Color Hex

#CB38EB
(203,56,235)
0 Favorites   0 Comments

Color spaces of #cb38eb

RGB 20356235
HSL0.800.820.57
HSV289°76°92°
CMYK 0.140.760.00   0.08
XYZ41.038221.523080.5887
Yxy21.52300.28670.1504
Hunter Lab46.392976.7099-70.5171
CIE-Lab53.517278.2654-61.0550

#cb38eb color RGB value is (203,56,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111000 11101011
Octal 313 70 353
Decimal 203 56 235
Hex CB 38 EB

RGB Percentages of Color #cb38eb

%41.09
%11.34
%47.57

CMYK Percentages of Color #cb38eb

%14
%76
%0
%8

Triadic Colors of #cb38eb

#cb38eb #ebcb38 #38ebcb

Analogous Colors of #cb38eb

#cb38eb #eb38b2 #7238eb

Monochromatic Colors of #cb38eb

#cb38eb

Complementary Color

#cb38eb #58eb38

#cb38eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb38eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb38eb Color CSS Codes

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

#cb38eb Text Font Color

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

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


#cb38eb Background Color

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

This div background color is #cb38eb


#cb38eb Border Color

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

This div border color is #cb38eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb38eb


Comments

No comments written yet.

Please login to write comment.