Color Hex Logo

#c475df Color Hex

#C475DF
(196,117,223)
0 Favorites   0 Comments

Color spaces of #c475df

RGB 196117223
HSL0.790.620.67
HSV285°48°87°
CMYK 0.120.480.00   0.13
XYZ42.445529.786173.3242
Yxy29.78610.29160.2046
Hunter Lab54.576643.3144-41.4530
CIE-Lab61.469248.2608-41.7366

#c475df color RGB value is (196,117,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110101 11011111
Octal 304 165 337
Decimal 196 117 223
Hex C4 75 DF

RGB Percentages of Color #c475df

%36.57
%21.83
%41.60

CMYK Percentages of Color #c475df

%12
%48
%0
%13

Triadic Colors of #c475df

#c475df #dfc475 #75dfc4

Analogous Colors of #c475df

#c475df #df75c5 #8f75df

Monochromatic Colors of #c475df

#c475df

Complementary Color

#c475df #90df75

#c475df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c475df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c475df Color CSS Codes

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

#c475df Text Font Color

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

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


#c475df Background Color

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

This div background color is #c475df


#c475df Border Color

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

This div border color is #c475df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c475df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c475df


Comments

No comments written yet.

Please login to write comment.