Color Hex Logo

#c027df Color Hex

#C027DF
(192,39,223)
0 Favorites   0 Comments

Color spaces of #c027df

RGB 19239223
HSL0.810.740.51
HSV290°83°87°
CMYK 0.140.830.00   0.13
XYZ35.783017.985271.3976
Yxy17.98520.28590.1437
Hunter Lab42.409076.3955-70.1314
CIE-Lab49.478278.8017-60.8618

#c027df color RGB value is (192,39,223).

#c027df hex color red value is 192, green value is 39 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c027df hue: 0.81 , saturation: 0.74 and the lightness value of c027df is 0.51.

The process color (four color CMYK) of #c027df color hex is 0.14, 0.83, 0.00, 0.13. Web safe color of #c027df is #cc33cc. Color #c027df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100111 11011111
Octal 300 47 337
Decimal 192 39 223
Hex C0 27 DF

RGB Percentages of Color #c027df

%42.29
%8.59
%49.12

CMYK Percentages of Color #c027df

%14
%83
%0
%13

Triadic Colors of #c027df

#c027df #dfc027 #27dfc0

Analogous Colors of #c027df

#c027df #df27a2 #6427df

Monochromatic Colors of #c027df

#c027df

Complementary Color

#c027df #46df27

#c027df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c027df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c027df Color CSS Codes

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

#c027df Text Font Color

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

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


#c027df Background Color

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

This div background color is #c027df


#c027df Border Color

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

This div border color is #c027df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c027df


Comments

No comments written yet.

Please login to write comment.