Color Hex Logo

#cb50cf Color Hex

#CB50CF
(203,80,207)
0 Favorites   0 Comments

Color spaces of #cb50cf

RGB 20380207
HSL0.830.570.56
HSV298°61°81°
CMYK 0.020.610.00   0.19
XYZ38.759722.938861.4163
Yxy22.93880.31480.1863
Hunter Lab47.894560.6399-42.5030
CIE-Lab55.009264.7066-42.8189

#cb50cf color RGB value is (203,80,207).

#cb50cf hex color red value is 203, green value is 80 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cb50cf hue: 0.83 , saturation: 0.57 and the lightness value of cb50cf is 0.56.

The process color (four color CMYK) of #cb50cf color hex is 0.02, 0.61, 0.00, 0.19. Web safe color of #cb50cf is #cc66cc. Color #cb50cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 11001111
Octal 313 120 317
Decimal 203 80 207
Hex CB 50 CF

RGB Percentages of Color #cb50cf

%41.43
%16.33
%42.24

CMYK Percentages of Color #cb50cf

%2
%61
%0
%19

Triadic Colors of #cb50cf

#cb50cf #cfcb50 #50cfcb

Analogous Colors of #cb50cf

#cb50cf #cf5094 #8c50cf

Monochromatic Colors of #cb50cf

#cb50cf

Complementary Color

#cb50cf #54cf50

#cb50cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb50cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb50cf Color CSS Codes

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

#cb50cf Text Font Color

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

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


#cb50cf Background Color

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

This div background color is #cb50cf


#cb50cf Border Color

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

This div border color is #cb50cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb50cf


Comments

No comments written yet.

Please login to write comment.