Color Hex Logo

#ce75c5 Color Hex

#CE75C5
(206,117,197)
0 Favorites   0 Comments

Color spaces of #ce75c5

RGB 206117197
HSL0.850.480.63
HSV306°43°81°
CMYK 0.000.430.04   0.19
XYZ41.892929.875656.3819
Yxy29.87560.32690.2331
Hunter Lab54.658641.1583-22.8983
CIE-Lab61.546746.2608-26.9028

#ce75c5 color RGB value is (206,117,197).

#ce75c5 hex color red value is 206, green value is 117 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ce75c5 hue: 0.85 , saturation: 0.48 and the lightness value of ce75c5 is 0.63.

The process color (four color CMYK) of #ce75c5 color hex is 0.00, 0.43, 0.04, 0.19. Web safe color of #ce75c5 is #cc66cc. Color #ce75c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 11000101
Octal 316 165 305
Decimal 206 117 197
Hex CE 75 C5

RGB Percentages of Color #ce75c5

%39.62
%22.50
%37.88

CMYK Percentages of Color #ce75c5

%0
%43
%4
%19

Triadic Colors of #ce75c5

#ce75c5 #c5ce75 #75c5ce

Analogous Colors of #ce75c5

#ce75c5 #ce7599 #ab75ce

Monochromatic Colors of #ce75c5

#ce75c5

Complementary Color

#ce75c5 #75ce7e

#ce75c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce75c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce75c5 Color CSS Codes

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

#ce75c5 Text Font Color

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

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


#ce75c5 Background Color

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

This div background color is #ce75c5


#ce75c5 Border Color

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

This div border color is #ce75c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce75c5


Comments

No comments written yet.

Please login to write comment.