Color Hex Logo

#c27cdf Color Hex

#C27CDF
(194,124,223)
0 Favorites   0 Comments

Color spaces of #c27cdf

RGB 194124223
HSL0.780.610.68
HSV282°44°87°
CMYK 0.130.440.00   0.13
XYZ42.775131.212473.5821
Yxy31.21240.28990.2115
Hunter Lab55.868138.8985-38.9814
CIE-Lab62.686544.0004-39.8431

#c27cdf color RGB value is (194,124,223).

#c27cdf hex color red value is 194, green value is 124 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c27cdf hue: 0.78 , saturation: 0.61 and the lightness value of c27cdf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 11011111
Octal 302 174 337
Decimal 194 124 223
Hex C2 7C DF

RGB Percentages of Color #c27cdf

%35.86
%22.92
%41.22

CMYK Percentages of Color #c27cdf

%13
%44
%0
%13

Triadic Colors of #c27cdf

#c27cdf #dfc27c #7cdfc2

Analogous Colors of #c27cdf

#c27cdf #df7ccb #917cdf

Monochromatic Colors of #c27cdf

#c27cdf

Complementary Color

#c27cdf #99df7c

#c27cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27cdf Color CSS Codes

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

#c27cdf Text Font Color

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

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


#c27cdf Background Color

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

This div background color is #c27cdf


#c27cdf Border Color

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

This div border color is #c27cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27cdf


Comments

No comments written yet.

Please login to write comment.