Color Hex Logo

#ce23da Color Hex

#CE23DA
(206,35,218)
0 Favorites   0 Comments

Color spaces of #ce23da

RGB 20635218
HSL0.820.720.50
HSV296°84°85°
CMYK 0.060.840.00   0.15
XYZ38.709519.385868.0313
Yxy19.38580.30690.1537
Hunter Lab44.029379.8816-60.7906
CIE-Lab51.135681.2434-55.2294

#ce23da color RGB value is (206,35,218).

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

The process color (four color CMYK) of #ce23da color hex is 0.06, 0.84, 0.00, 0.15. Web safe color of #ce23da is #cc33cc. Color #ce23da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100011 11011010
Octal 316 43 332
Decimal 206 35 218
Hex CE 23 DA

RGB Percentages of Color #ce23da

%44.88
%7.63
%47.49

CMYK Percentages of Color #ce23da

%6
%84
%0
%15

Triadic Colors of #ce23da

#ce23da #dace23 #23dace

Analogous Colors of #ce23da

#ce23da #da238b #7323da

Monochromatic Colors of #ce23da

#ce23da

Complementary Color

#ce23da #2fda23

#ce23da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce23da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce23da Color CSS Codes

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

#ce23da Text Font Color

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

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


#ce23da Background Color

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

This div background color is #ce23da


#ce23da Border Color

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

This div border color is #ce23da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce23da


Comments

No comments written yet.

Please login to write comment.