Color Hex Logo

#c27bde Color Hex

#C27BDE
(194,123,222)
0 Favorites   0 Comments

Color spaces of #c27bde

RGB 194123222
HSL0.790.600.68
HSV283°45°87°
CMYK 0.130.450.00   0.13
XYZ42.515930.909272.8325
Yxy30.90920.29070.2113
Hunter Lab55.596039.2110-38.7545
CIE-Lab62.430944.3267-39.6858

#c27bde color RGB value is (194,123,222).

#c27bde hex color red value is 194, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c27bde hue: 0.79 , saturation: 0.60 and the lightness value of c27bde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111011 11011110
Octal 302 173 336
Decimal 194 123 222
Hex C2 7B DE

RGB Percentages of Color #c27bde

%35.99
%22.82
%41.19

CMYK Percentages of Color #c27bde

%13
%45
%0
%13

Triadic Colors of #c27bde

#c27bde #dec27b #7bdec2

Analogous Colors of #c27bde

#c27bde #de7bc9 #917bde

Monochromatic Colors of #c27bde

#c27bde

Complementary Color

#c27bde #97de7b

#c27bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27bde Color CSS Codes

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

#c27bde Text Font Color

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

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


#c27bde Background Color

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

This div background color is #c27bde


#c27bde Border Color

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

This div border color is #c27bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27bde


Comments

No comments written yet.

Please login to write comment.