Color Hex Logo

#c27fba Color Hex

#C27FBA
(194,127,186)
0 Favorites   0 Comments

Color spaces of #c27fba

RGB 194127186
HSL0.850.350.63
HSV307°35°76°
CMYK 0.000.350.04   0.24
XYZ38.700430.193250.2425
Yxy30.19320.32480.2534
Hunter Lab54.948329.5589-15.7485
CIE-Lab61.820635.1582-20.3759

#c27fba color RGB value is (194,127,186).

#c27fba hex color red value is 194, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c27fba hue: 0.85 , saturation: 0.35 and the lightness value of c27fba is 0.63.

The process color (four color CMYK) of #c27fba color hex is 0.00, 0.35, 0.04, 0.24. Web safe color of #c27fba is #cc66cc. Color #c27fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111111 10111010
Octal 302 177 272
Decimal 194 127 186
Hex C2 7F BA

RGB Percentages of Color #c27fba

%38.26
%25.05
%36.69

CMYK Percentages of Color #c27fba

%0
%35
%4
%24

Triadic Colors of #c27fba

#c27fba #bac27f #7fbac2

Analogous Colors of #c27fba

#c27fba #c27f99 #a97fc2

Monochromatic Colors of #c27fba

#c27fba

Complementary Color

#c27fba #7fc287

#c27fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27fba Color CSS Codes

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

#c27fba Text Font Color

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

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


#c27fba Background Color

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

This div background color is #c27fba


#c27fba Border Color

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

This div border color is #c27fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27fba


Comments

No comments written yet.

Please login to write comment.