Color Hex Logo

#c27bda Color Hex

#C27BDA
(194,123,218)
0 Favorites   0 Comments

Color spaces of #c27bda

RGB 194123218
HSL0.790.560.67
HSV285°44°85°
CMYK 0.110.440.00   0.15
XYZ41.986030.697270.0419
Yxy30.69720.29420.2151
Hunter Lab55.405138.3086-36.1696
CIE-Lab62.251243.5061-37.7326

#c27bda color RGB value is (194,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111011 11011010
Octal 302 173 332
Decimal 194 123 218
Hex C2 7B DA

RGB Percentages of Color #c27bda

%36.26
%22.99
%40.75

CMYK Percentages of Color #c27bda

%11
%44
%0
%15

Triadic Colors of #c27bda

#c27bda #dac27b #7bdac2

Analogous Colors of #c27bda

#c27bda #da7bc3 #937bda

Monochromatic Colors of #c27bda

#c27bda

Complementary Color

#c27bda #93da7b

#c27bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27bda Color CSS Codes

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

#c27bda Text Font Color

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

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


#c27bda Background Color

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

This div background color is #c27bda


#c27bda Border Color

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

This div border color is #c27bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27bda


Comments

No comments written yet.

Please login to write comment.