Color Hex Logo

#c827df Color Hex

#C827DF
(200,39,223)
0 Favorites   0 Comments

Color spaces of #c827df

RGB 20039223
HSL0.810.740.51
HSV293°83°87°
CMYK 0.100.830.00   0.13
XYZ37.864219.058171.4950
Yxy19.05810.29490.1484
Hunter Lab43.655678.4228-66.5407
CIE-Lab50.755180.1656-58.7392

#c827df color RGB value is (200,39,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100111 11011111
Octal 310 47 337
Decimal 200 39 223
Hex C8 27 DF

RGB Percentages of Color #c827df

%43.29
%8.44
%48.27

CMYK Percentages of Color #c827df

%10
%83
%0
%13

Triadic Colors of #c827df

#c827df #dfc827 #27dfc8

Analogous Colors of #c827df

#c827df #df279a #6c27df

Monochromatic Colors of #c827df

#c827df

Complementary Color

#c827df #3edf27

#c827df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c827df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c827df Color CSS Codes

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

#c827df Text Font Color

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

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


#c827df Background Color

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

This div background color is #c827df


#c827df Border Color

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

This div border color is #c827df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c827df


Comments

No comments written yet.

Please login to write comment.