Color Hex Logo

#ce2afd Color Hex

#CE2AFD
(206,42,253)
0 Favorites   0 Comments

Color spaces of #ce2afd

RGB 20642253
HSL0.800.980.58
HSV287°83°99°
CMYK 0.190.830.00   0.01
XYZ44.011221.869694.8301
Yxy21.86960.27390.1361
Hunter Lab46.764986.1504-87.4930
CIE-Lab53.888485.5794-70.4993

#ce2afd color RGB value is (206,42,253).

#ce2afd hex color red value is 206, green value is 42 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ce2afd hue: 0.80 , saturation: 0.98 and the lightness value of ce2afd is 0.58.

The process color (four color CMYK) of #ce2afd color hex is 0.19, 0.83, 0.00, 0.01. Web safe color of #ce2afd is #cc33ff. Color #ce2afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101010 11111101
Octal 316 52 375
Decimal 206 42 253
Hex CE 2A FD

RGB Percentages of Color #ce2afd

%41.12
%8.38
%50.50

CMYK Percentages of Color #ce2afd

%19
%83
%0
%1

Triadic Colors of #ce2afd

#ce2afd #fdce2a #2afdce

Analogous Colors of #ce2afd

#ce2afd #fd2ac3 #652afd

Monochromatic Colors of #ce2afd

#ce2afd

Complementary Color

#ce2afd #59fd2a

#ce2afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2afd Color CSS Codes

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

#ce2afd Text Font Color

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

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


#ce2afd Background Color

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

This div background color is #ce2afd


#ce2afd Border Color

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

This div border color is #ce2afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2afd


Comments

No comments written yet.

Please login to write comment.