Color Hex Logo

#c275df Color Hex

#C275DF
(194,117,223)
0 Favorites   0 Comments

Color spaces of #c275df

RGB 194117223
HSL0.790.620.67
HSV284°48°87°
CMYK 0.130.480.00   0.13
XYZ41.928729.519673.3000
Yxy29.51960.28970.2039
Hunter Lab54.331942.6700-41.9566
CIE-Lab61.237547.7022-42.1169

#c275df color RGB value is (194,117,223).

#c275df hex color red value is 194, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c275df hue: 0.79 , saturation: 0.62 and the lightness value of c275df is 0.67.

The process color (four color CMYK) of #c275df color hex is 0.13, 0.48, 0.00, 0.13. Web safe color of #c275df is #cc66cc. Color #c275df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110101 11011111
Octal 302 165 337
Decimal 194 117 223
Hex C2 75 DF

RGB Percentages of Color #c275df

%36.33
%21.91
%41.76

CMYK Percentages of Color #c275df

%13
%48
%0
%13

Triadic Colors of #c275df

#c275df #dfc275 #75dfc2

Analogous Colors of #c275df

#c275df #df75c7 #8d75df

Monochromatic Colors of #c275df

#c275df

Complementary Color

#c275df #92df75

#c275df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c275df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c275df Color CSS Codes

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

#c275df Text Font Color

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

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


#c275df Background Color

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

This div background color is #c275df


#c275df Border Color

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

This div border color is #c275df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c275df


Comments

No comments written yet.

Please login to write comment.