Color Hex Logo

#c27bee Color Hex

#C27BEE
(194,123,238)
0 Favorites   0 Comments

Color spaces of #c27bee

RGB 194123238
HSL0.770.770.71
HSV277°48°93°
CMYK 0.180.480.00   0.07
XYZ44.763731.808384.6692
Yxy31.80830.27760.1973
Hunter Lab56.398842.9773-49.5304
CIE-Lab63.184147.7037-47.3912

#c27bee color RGB value is (194,123,238).

#c27bee hex color red value is 194, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c27bee hue: 0.77 , saturation: 0.77 and the lightness value of c27bee is 0.71.

The process color (four color CMYK) of #c27bee color hex is 0.18, 0.48, 0.00, 0.07. Web safe color of #c27bee is #cc66ff. Color #c27bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111011 11101110
Octal 302 173 356
Decimal 194 123 238
Hex C2 7B EE

RGB Percentages of Color #c27bee

%34.95
%22.16
%42.88

CMYK Percentages of Color #c27bee

%18
%48
%0
%7

Triadic Colors of #c27bee

#c27bee #eec27b #7beec2

Analogous Colors of #c27bee

#c27bee #ee7be1 #897bee

Monochromatic Colors of #c27bee

#c27bee

Complementary Color

#c27bee #a7ee7b

#c27bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27bee Color CSS Codes

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

#c27bee Text Font Color

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

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


#c27bee Background Color

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

This div background color is #c27bee


#c27bee Border Color

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

This div border color is #c27bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27bee


Comments

No comments written yet.

Please login to write comment.