Color Hex Logo

#ce75df Color Hex

#CE75DF
(206,117,223)
0 Favorites   0 Comments

Color spaces of #ce75df

RGB 206117223
HSL0.810.620.67
HSV290°48°87°
CMYK 0.080.480.00   0.13
XYZ45.134231.172173.4500
Yxy31.17210.30140.2082
Hunter Lab55.832046.5922-38.9168
CIE-Lab62.652651.0648-39.7964

#ce75df color RGB value is (206,117,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 11011111
Octal 316 165 337
Decimal 206 117 223
Hex CE 75 DF

RGB Percentages of Color #ce75df

%37.73
%21.43
%40.84

CMYK Percentages of Color #ce75df

%8
%48
%0
%13

Triadic Colors of #ce75df

#ce75df #dfce75 #75dfce

Analogous Colors of #ce75df

#ce75df #df75bb #9975df

Monochromatic Colors of #ce75df

#ce75df

Complementary Color

#ce75df #86df75

#ce75df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce75df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce75df Color CSS Codes

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

#ce75df Text Font Color

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

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


#ce75df Background Color

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

This div background color is #ce75df


#ce75df Border Color

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

This div border color is #ce75df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce75df


Comments

No comments written yet.

Please login to write comment.