Color Hex Logo

#c27dfc Color Hex

#C27DFC
(194,125,252)
0 Favorites   0 Comments

Color spaces of #c27dfc

RGB 194125252
HSL0.760.950.74
HSV273°50°99°
CMYK 0.230.500.00   0.01
XYZ47.152433.164896.0117
Yxy33.16480.26740.1881
Hunter Lab57.588945.3710-58.5356
CIE-Lab64.294149.7192-53.3483

#c27dfc color RGB value is (194,125,252).

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

The process color (four color CMYK) of #c27dfc color hex is 0.23, 0.50, 0.00, 0.01. Web safe color of #c27dfc is #cc66ff. Color #c27dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111101 11111100
Octal 302 175 374
Decimal 194 125 252
Hex C2 7D FC

RGB Percentages of Color #c27dfc

%33.98
%21.89
%44.13

CMYK Percentages of Color #c27dfc

%23
%50
%0
%1

Triadic Colors of #c27dfc

#c27dfc #fcc27d #7dfcc2

Analogous Colors of #c27dfc

#c27dfc #fc7df7 #837dfc

Monochromatic Colors of #c27dfc

#c27dfc

Complementary Color

#c27dfc #b7fc7d

#c27dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27dfc Color CSS Codes

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

#c27dfc Text Font Color

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

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


#c27dfc Background Color

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

This div background color is #c27dfc


#c27dfc Border Color

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

This div border color is #c27dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27dfc


Comments

No comments written yet.

Please login to write comment.