Color Hex Logo

#c502b6 Color Hex

#C502B6
(197,2,182)
0 Favorites   0 Comments

Color spaces of #c502b6

RGB 1972182
HSL0.850.980.39
HSV305°99°77°
CMYK 0.000.990.08   0.23
XYZ31.491215.291145.5477
Yxy15.29110.34110.1656
Hunter Lab39.103875.3184-41.6876
CIE-Lab46.030478.6099-42.6283

#c502b6 color RGB value is (197,2,182).

#c502b6 hex color red value is 197, green value is 2 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #c502b6 hue: 0.85 , saturation: 0.98 and the lightness value of c502b6 is 0.39.

The process color (four color CMYK) of #c502b6 color hex is 0.00, 0.99, 0.08, 0.23. Web safe color of #c502b6 is #cc00cc. Color #c502b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000010 10110110
Octal 305 2 266
Decimal 197 2 182
Hex C5 2 B6

RGB Percentages of Color #c502b6

%51.71
%0.52
%47.77

CMYK Percentages of Color #c502b6

%0
%99
%8
%23

Triadic Colors of #c502b6

#c502b6 #b6c502 #02b6c5

Analogous Colors of #c502b6

#c502b6 #c50255 #7302c5

Monochromatic Colors of #c502b6

#c502b6

Complementary Color

#c502b6 #02c511

#c502b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c502b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c502b6 Color CSS Codes

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

#c502b6 Text Font Color

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

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


#c502b6 Background Color

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

This div background color is #c502b6


#c502b6 Border Color

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

This div border color is #c502b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c502b6


Comments

No comments written yet.

Please login to write comment.