Color Hex Logo

#c062be Color Hex

#C062BE
(192,98,190)
0 Favorites   0 Comments

Color spaces of #c062be

RGB 19298190
HSL0.840.430.57
HSV301°49°75°
CMYK 0.000.490.01   0.25
XYZ35.400223.659551.4162
Yxy23.65950.32040.2142
Hunter Lab48.641044.7878-28.6240
CIE-Lab55.745350.4963-32.0448

#c062be color RGB value is (192,98,190).

#c062be hex color red value is 192, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c062be hue: 0.84 , saturation: 0.43 and the lightness value of c062be is 0.57.

The process color (four color CMYK) of #c062be color hex is 0.00, 0.49, 0.01, 0.25. Web safe color of #c062be is #cc66cc. Color #c062be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 10111110
Octal 300 142 276
Decimal 192 98 190
Hex C0 62 BE

RGB Percentages of Color #c062be

%40.00
%20.42
%39.58

CMYK Percentages of Color #c062be

%0
%49
%1
%25

Triadic Colors of #c062be

#c062be #bec062 #62bec0

Analogous Colors of #c062be

#c062be #c0628f #9362c0

Monochromatic Colors of #c062be

#c062be

Complementary Color

#c062be #62c064

#c062be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c062be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c062be Color CSS Codes

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

#c062be Text Font Color

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

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


#c062be Background Color

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

This div background color is #c062be


#c062be Border Color

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

This div border color is #c062be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,98,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 #c062be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c062be


Comments

No comments written yet.

Please login to write comment.