Color Hex Logo

#c27cdc Color Hex

#C27CDC
(194,124,220)
0 Favorites   0 Comments

Color spaces of #c27cdc

RGB 194124220
HSL0.790.580.67
HSV284°44°86°
CMYK 0.120.440.00   0.14
XYZ42.374131.051971.4704
Yxy31.05190.29240.2143
Hunter Lab55.724238.2185-37.0368
CIE-Lab62.551443.3817-38.3808

#c27cdc color RGB value is (194,124,220).

#c27cdc hex color red value is 194, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c27cdc hue: 0.79 , saturation: 0.58 and the lightness value of c27cdc is 0.67.

The process color (four color CMYK) of #c27cdc color hex is 0.12, 0.44, 0.00, 0.14. Web safe color of #c27cdc is #cc66cc. Color #c27cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 11011100
Octal 302 174 334
Decimal 194 124 220
Hex C2 7C DC

RGB Percentages of Color #c27cdc

%36.06
%23.05
%40.89

CMYK Percentages of Color #c27cdc

%12
%44
%0
%14

Triadic Colors of #c27cdc

#c27cdc #dcc27c #7cdcc2

Analogous Colors of #c27cdc

#c27cdc #dc7cc6 #927cdc

Monochromatic Colors of #c27cdc

#c27cdc

Complementary Color

#c27cdc #96dc7c

#c27cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27cdc Color CSS Codes

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

#c27cdc Text Font Color

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

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


#c27cdc Background Color

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

This div background color is #c27cdc


#c27cdc Border Color

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

This div border color is #c27cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,124,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c27cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c27cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #c27cdc;
  box-shadow:         1px 1px 3px 2px #c27cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,124,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27cdc


Comments

No comments written yet.

Please login to write comment.