Color Hex Logo

#c827ec Color Hex

#C827EC
(200,39,236)
0 Favorites   0 Comments

Color spaces of #c827ec

RGB 20039236
HSL0.800.840.54
HSV289°83°93°
CMYK 0.150.830.00   0.07
XYZ39.685319.786581.0844
Yxy19.78650.28230.1408
Hunter Lab44.482081.4079-76.9398
CIE-Lab51.595082.3516-64.7394

#c827ec color RGB value is (200,39,236).

#c827ec hex color red value is 200, green value is 39 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c827ec hue: 0.80 , saturation: 0.84 and the lightness value of c827ec is 0.54.

The process color (four color CMYK) of #c827ec color hex is 0.15, 0.83, 0.00, 0.07. Web safe color of #c827ec is #cc33ff. Color #c827ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100111 11101100
Octal 310 47 354
Decimal 200 39 236
Hex C8 27 EC

RGB Percentages of Color #c827ec

%42.11
%8.21
%49.68

CMYK Percentages of Color #c827ec

%15
%83
%0
%7

Triadic Colors of #c827ec

#c827ec #ecc827 #27ecc8

Analogous Colors of #c827ec

#c827ec #ec27ae #6627ec

Monochromatic Colors of #c827ec

#c827ec

Complementary Color

#c827ec #4bec27

#c827ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c827ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c827ec Color CSS Codes

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

#c827ec Text Font Color

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

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


#c827ec Background Color

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

This div background color is #c827ec


#c827ec Border Color

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

This div border color is #c827ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c827ec


Comments

No comments written yet.

Please login to write comment.