Color Hex Logo

#c027cc Color Hex

#C027CC
(192,39,204)
0 Favorites   0 Comments

Color spaces of #c027cc

RGB 19239204
HSL0.820.680.48
HSV296°81°80°
CMYK 0.060.810.00   0.20
XYZ33.362817.017158.6530
Yxy17.01710.30600.1561
Hunter Lab41.251872.1730-55.4240
CIE-Lab48.281675.6290-51.9019

#c027cc color RGB value is (192,39,204).

#c027cc hex color red value is 192, green value is 39 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c027cc hue: 0.82 , saturation: 0.68 and the lightness value of c027cc is 0.48.

The process color (four color CMYK) of #c027cc color hex is 0.06, 0.81, 0.00, 0.20. Web safe color of #c027cc is #cc33cc. Color #c027cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100111 11001100
Octal 300 47 314
Decimal 192 39 204
Hex C0 27 CC

RGB Percentages of Color #c027cc

%44.14
%8.97
%46.90

CMYK Percentages of Color #c027cc

%6
%81
%0
%20

Triadic Colors of #c027cc

#c027cc #ccc027 #27ccc0

Analogous Colors of #c027cc

#c027cc #cc2786 #6e27cc

Monochromatic Colors of #c027cc

#c027cc

Complementary Color

#c027cc #33cc27

#c027cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c027cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c027cc Color CSS Codes

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

#c027cc Text Font Color

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

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


#c027cc Background Color

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

This div background color is #c027cc


#c027cc Border Color

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

This div border color is #c027cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c027cc


Comments

No comments written yet.

Please login to write comment.