Color Hex Logo

#ce70da Color Hex

#CE70DA
(206,112,218)
0 Favorites   0 Comments

Color spaces of #ce70da

RGB 206112218
HSL0.810.590.65
HSV293°49°85°
CMYK 0.060.490.00   0.15
XYZ43.902729.772169.7623
Yxy29.77210.30610.2076
Hunter Lab54.563848.1366-37.6103
CIE-Lab61.457152.6375-38.8717

#ce70da color RGB value is (206,112,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 11011010
Octal 316 160 332
Decimal 206 112 218
Hex CE 70 DA

RGB Percentages of Color #ce70da

%38.43
%20.90
%40.67

CMYK Percentages of Color #ce70da

%6
%49
%0
%15

Triadic Colors of #ce70da

#ce70da #dace70 #70dace

Analogous Colors of #ce70da

#ce70da #da70b1 #9970da

Monochromatic Colors of #ce70da

#ce70da

Complementary Color

#ce70da #7cda70

#ce70da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce70da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce70da Color CSS Codes

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

#ce70da Text Font Color

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

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


#ce70da Background Color

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

This div background color is #ce70da


#ce70da Border Color

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

This div border color is #ce70da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce70da


Comments

No comments written yet.

Please login to write comment.