Color Hex Logo

#cb5fc5 Color Hex

#CB5FC5
(203,95,197)
0 Favorites   0 Comments

Color spaces of #cb5fc5

RGB 20395197
HSL0.840.510.58
HSV303°53°80°
CMYK 0.000.530.03   0.20
XYZ38.798924.912155.5869
Yxy24.91210.32520.2088
Hunter Lab49.912051.4102-31.0927
CIE-Lab56.989756.2952-34.0014

#cb5fc5 color RGB value is (203,95,197).

#cb5fc5 hex color red value is 203, green value is 95 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #cb5fc5 hue: 0.84 , saturation: 0.51 and the lightness value of cb5fc5 is 0.58.

The process color (four color CMYK) of #cb5fc5 color hex is 0.00, 0.53, 0.03, 0.20. Web safe color of #cb5fc5 is #cc66cc. Color #cb5fc5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 11000101
Octal 313 137 305
Decimal 203 95 197
Hex CB 5F C5

RGB Percentages of Color #cb5fc5

%41.01
%19.19
%39.80

CMYK Percentages of Color #cb5fc5

%0
%53
%3
%20

Triadic Colors of #cb5fc5

#cb5fc5 #c5cb5f #5fc5cb

Analogous Colors of #cb5fc5

#cb5fc5 #cb5f8f #9b5fcb

Monochromatic Colors of #cb5fc5

#cb5fc5

Complementary Color

#cb5fc5 #5fcb65

#cb5fc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5fc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5fc5 Color CSS Codes

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

#cb5fc5 Text Font Color

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

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


#cb5fc5 Background Color

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

This div background color is #cb5fc5


#cb5fc5 Border Color

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

This div border color is #cb5fc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5fc5


Comments

No comments written yet.

Please login to write comment.