Color Hex Logo

#cb07b5 Color Hex

#CB07B5
(203,7,181)
0 Favorites   0 Comments

Color spaces of #cb07b5

RGB 2037181
HSL0.850.930.41
HSV307°97°80°
CMYK 0.000.970.11   0.20
XYZ33.045116.184745.0983
Yxy16.18470.35030.1716
Hunter Lab40.230276.2170-38.3033
CIE-Lab47.215979.0994-40.0908

#cb07b5 color RGB value is (203,7,181).

#cb07b5 hex color red value is 203, green value is 7 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #cb07b5 hue: 0.85 , saturation: 0.93 and the lightness value of cb07b5 is 0.41.

The process color (four color CMYK) of #cb07b5 color hex is 0.00, 0.97, 0.11, 0.20. Web safe color of #cb07b5 is #cc00cc. Color #cb07b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000111 10110101
Octal 313 7 265
Decimal 203 7 181
Hex CB 7 B5

RGB Percentages of Color #cb07b5

%51.92
%1.79
%46.29

CMYK Percentages of Color #cb07b5

%0
%97
%11
%20

Triadic Colors of #cb07b5

#cb07b5 #b5cb07 #07b5cb

Analogous Colors of #cb07b5

#cb07b5 #cb0753 #7f07cb

Monochromatic Colors of #cb07b5

#cb07b5

Complementary Color

#cb07b5 #07cb1d

#cb07b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb07b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb07b5 Color CSS Codes

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

#cb07b5 Text Font Color

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

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


#cb07b5 Background Color

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

This div background color is #cb07b5


#cb07b5 Border Color

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

This div border color is #cb07b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb07b5


Comments

No comments written yet.

Please login to write comment.