Color Hex Logo

#c27dfa Color Hex

#C27DFA
(194,125,250)
0 Favorites   0 Comments

Color spaces of #c27dfa

RGB 194125250
HSL0.760.930.74
HSV273°50°98°
CMYK 0.220.500.00   0.02
XYZ46.837133.038794.3510
Yxy33.03870.26880.1896
Hunter Lab57.479344.8622-57.0877
CIE-Lab64.192249.2742-52.4118

#c27dfa color RGB value is (194,125,250).

#c27dfa hex color red value is 194, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c27dfa hue: 0.76 , saturation: 0.93 and the lightness value of c27dfa is 0.74.

The process color (four color CMYK) of #c27dfa color hex is 0.22, 0.50, 0.00, 0.02. Web safe color of #c27dfa is #cc66ff. Color #c27dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111101 11111010
Octal 302 175 372
Decimal 194 125 250
Hex C2 7D FA

RGB Percentages of Color #c27dfa

%34.09
%21.97
%43.94

CMYK Percentages of Color #c27dfa

%22
%50
%0
%2

Triadic Colors of #c27dfa

#c27dfa #fac27d #7dfac2

Analogous Colors of #c27dfa

#c27dfa #fa7df4 #847dfa

Monochromatic Colors of #c27dfa

#c27dfa

Complementary Color

#c27dfa #b5fa7d

#c27dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27dfa Color CSS Codes

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

#c27dfa Text Font Color

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

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


#c27dfa Background Color

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

This div background color is #c27dfa


#c27dfa Border Color

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

This div border color is #c27dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.