Color Hex Logo

#cb5fe5 Color Hex

#CB5FE5
(203,95,229)
0 Favorites   0 Comments

Color spaces of #cb5fe5

RGB 20395229
HSL0.800.720.64
HSV288°59°90°
CMYK 0.110.590.00   0.10
XYZ42.863726.538176.9919
Yxy26.53810.29280.1813
Hunter Lab51.515158.3712-52.5512
CIE-Lab58.544362.1191-49.6550

#cb5fe5 color RGB value is (203,95,229).

#cb5fe5 hex color red value is 203, green value is 95 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cb5fe5 hue: 0.80 , saturation: 0.72 and the lightness value of cb5fe5 is 0.64.

The process color (four color CMYK) of #cb5fe5 color hex is 0.11, 0.59, 0.00, 0.10. Web safe color of #cb5fe5 is #cc66cc. Color #cb5fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 11100101
Octal 313 137 345
Decimal 203 95 229
Hex CB 5F E5

RGB Percentages of Color #cb5fe5

%38.52
%18.03
%43.45

CMYK Percentages of Color #cb5fe5

%11
%59
%0
%10

Triadic Colors of #cb5fe5

#cb5fe5 #e5cb5f #5fe5cb

Analogous Colors of #cb5fe5

#cb5fe5 #e55fbc #885fe5

Monochromatic Colors of #cb5fe5

#cb5fe5

Complementary Color

#cb5fe5 #79e55f

#cb5fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5fe5 Color CSS Codes

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

#cb5fe5 Text Font Color

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

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


#cb5fe5 Background Color

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

This div background color is #cb5fe5


#cb5fe5 Border Color

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

This div border color is #cb5fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5fe5


Comments

No comments written yet.

Please login to write comment.