Color Hex Logo

#ce74da Color Hex

#CE74DA
(206,116,218)
0 Favorites   0 Comments

Color spaces of #ce74da

RGB 206116218
HSL0.810.580.65
HSV293°47°85°
CMYK 0.060.470.00   0.15
XYZ44.353930.674569.9127
Yxy30.67450.30600.2116
Hunter Lab55.384646.0261-36.0734
CIE-Lab62.231950.6174-37.6596

#ce74da color RGB value is (206,116,218).

#ce74da hex color red value is 206, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce74da hue: 0.81 , saturation: 0.58 and the lightness value of ce74da is 0.65.

The process color (four color CMYK) of #ce74da color hex is 0.06, 0.47, 0.00, 0.15. Web safe color of #ce74da is #cc66cc. Color #ce74da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 11011010
Octal 316 164 332
Decimal 206 116 218
Hex CE 74 DA

RGB Percentages of Color #ce74da

%38.15
%21.48
%40.37

CMYK Percentages of Color #ce74da

%6
%47
%0
%15

Triadic Colors of #ce74da

#ce74da #dace74 #74dace

Analogous Colors of #ce74da

#ce74da #da74b3 #9b74da

Monochromatic Colors of #ce74da

#ce74da

Complementary Color

#ce74da #80da74

#ce74da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce74da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce74da Color CSS Codes

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

#ce74da Text Font Color

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

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


#ce74da Background Color

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

This div background color is #ce74da


#ce74da Border Color

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

This div border color is #ce74da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce74da


Comments

No comments written yet.

Please login to write comment.