Color Hex Logo

#c27bca Color Hex

#C27BCA
(194,123,202)
0 Favorites   0 Comments

Color spaces of #c27bca

RGB 194123202
HSL0.820.430.64
HSV294°39°79°
CMYK 0.040.390.00   0.21
XYZ39.991829.899559.5405
Yxy29.89950.30900.2310
Hunter Lab54.680434.8593-26.2835
CIE-Lab61.567440.3265-29.8119

#c27bca color RGB value is (194,123,202).

#c27bca hex color red value is 194, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c27bca hue: 0.82 , saturation: 0.43 and the lightness value of c27bca is 0.64.

The process color (four color CMYK) of #c27bca color hex is 0.04, 0.39, 0.00, 0.21. Web safe color of #c27bca is #cc66cc. Color #c27bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111011 11001010
Octal 302 173 312
Decimal 194 123 202
Hex C2 7B CA

RGB Percentages of Color #c27bca

%37.38
%23.70
%38.92

CMYK Percentages of Color #c27bca

%4
%39
%0
%21

Triadic Colors of #c27bca

#c27bca #cac27b #7bcac2

Analogous Colors of #c27bca

#c27bca #ca7bab #9b7bca

Monochromatic Colors of #c27bca

#c27bca

Complementary Color

#c27bca #83ca7b

#c27bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27bca Color CSS Codes

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

#c27bca Text Font Color

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

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


#c27bca Background Color

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

This div background color is #c27bca


#c27bca Border Color

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

This div border color is #c27bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27bca


Comments

No comments written yet.

Please login to write comment.