Color Hex Logo

#ce67da Color Hex

#CE67DA
(206,103,218)
0 Favorites   0 Comments

Color spaces of #ce67da

RGB 206103218
HSL0.820.610.63
HSV294°53°85°
CMYK 0.060.530.00   0.15
XYZ42.958727.884369.4477
Yxy27.88430.30620.1988
Hunter Lab52.805652.8046-41.0118
CIE-Lab59.784157.0585-41.4966

#ce67da color RGB value is (206,103,218).

#ce67da hex color red value is 206, green value is 103 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce67da hue: 0.82 , saturation: 0.61 and the lightness value of ce67da is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100111 11011010
Octal 316 147 332
Decimal 206 103 218
Hex CE 67 DA

RGB Percentages of Color #ce67da

%39.09
%19.54
%41.37

CMYK Percentages of Color #ce67da

%6
%53
%0
%15

Triadic Colors of #ce67da

#ce67da #dace67 #67dace

Analogous Colors of #ce67da

#ce67da #da67ad #9567da

Monochromatic Colors of #ce67da

#ce67da

Complementary Color

#ce67da #73da67

#ce67da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce67da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce67da Color CSS Codes

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

#ce67da Text Font Color

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

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


#ce67da Background Color

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

This div background color is #ce67da


#ce67da Border Color

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

This div border color is #ce67da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce67da


Comments

No comments written yet.

Please login to write comment.