Color Hex Logo

#c602be Color Hex

#C602BE
(198,2,190)
0 Favorites   0 Comments

Color spaces of #c602be

RGB 1982190
HSL0.840.980.39
HSV302°99°78°
CMYK 0.000.990.04   0.22
XYZ32.604715.766950.0401
Yxy15.76690.33130.1602
Hunter Lab39.707677.0818-46.9229
CIE-Lab46.667279.8957-46.2946

#c602be color RGB value is (198,2,190).

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

The process color (four color CMYK) of #c602be color hex is 0.00, 0.99, 0.04, 0.22. Web safe color of #c602be is #cc00cc. Color #c602be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000010 10111110
Octal 306 2 276
Decimal 198 2 190
Hex C6 2 BE

RGB Percentages of Color #c602be

%50.77
%0.51
%48.72

CMYK Percentages of Color #c602be

%0
%99
%4
%22

Triadic Colors of #c602be

#c602be #bec602 #02bec6

Analogous Colors of #c602be

#c602be #c6025c #6c02c6

Monochromatic Colors of #c602be

#c602be

Complementary Color

#c602be #02c60a

#c602be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c602be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c602be Color CSS Codes

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

#c602be Text Font Color

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

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


#c602be Background Color

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

This div background color is #c602be


#c602be Border Color

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

This div border color is #c602be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c602be


Comments

No comments written yet.

Please login to write comment.