Color Hex Logo

#cb1de5 Color Hex

#CB1DE5
(203,29,229)
0 Favorites   0 Comments

Color spaces of #cb1de5

RGB 20329229
HSL0.810.790.51
HSV292°87°90°
CMYK 0.110.870.00   0.10
XYZ39.210819.232475.7743
Yxy19.23240.29210.1433
Hunter Lab43.854882.8521-71.7457
CIE-Lab50.958083.6017-61.7906

#cb1de5 color RGB value is (203,29,229).

#cb1de5 hex color red value is 203, green value is 29 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cb1de5 hue: 0.81 , saturation: 0.79 and the lightness value of cb1de5 is 0.51.

The process color (four color CMYK) of #cb1de5 color hex is 0.11, 0.87, 0.00, 0.10. Web safe color of #cb1de5 is #cc33cc. Color #cb1de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011101 11100101
Octal 313 35 345
Decimal 203 29 229
Hex CB 1D E5

RGB Percentages of Color #cb1de5

%44.03
%6.29
%49.67

CMYK Percentages of Color #cb1de5

%11
%87
%0
%10

Triadic Colors of #cb1de5

#cb1de5 #e5cb1d #1de5cb

Analogous Colors of #cb1de5

#cb1de5 #e51d9b #671de5

Monochromatic Colors of #cb1de5

#cb1de5

Complementary Color

#cb1de5 #37e51d

#cb1de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1de5 Color CSS Codes

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

#cb1de5 Text Font Color

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

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


#cb1de5 Background Color

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

This div background color is #cb1de5


#cb1de5 Border Color

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

This div border color is #cb1de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1de5


Comments

No comments written yet.

Please login to write comment.