Color Hex Logo

#ce35fa Color Hex

#CE35FA
(206,53,250)
0 Favorites   0 Comments

Color spaces of #ce35fa

RGB 20653250
HSL0.800.950.59
HSV287°79°98°
CMYK 0.180.790.00   0.02
XYZ43.982022.570192.4808
Yxy22.57010.27660.1419
Hunter Lab47.508082.1129-82.1605
CIE-Lab54.626782.3112-67.6358

#ce35fa color RGB value is (206,53,250).

#ce35fa hex color red value is 206, green value is 53 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce35fa hue: 0.80 , saturation: 0.95 and the lightness value of ce35fa is 0.59.

The process color (four color CMYK) of #ce35fa color hex is 0.18, 0.79, 0.00, 0.02. Web safe color of #ce35fa is #cc33ff. Color #ce35fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110101 11111010
Octal 316 65 372
Decimal 206 53 250
Hex CE 35 FA

RGB Percentages of Color #ce35fa

%40.47
%10.41
%49.12

CMYK Percentages of Color #ce35fa

%18
%79
%0
%2

Triadic Colors of #ce35fa

#ce35fa #face35 #35face

Analogous Colors of #ce35fa

#ce35fa #fa35c4 #6c35fa

Monochromatic Colors of #ce35fa

#ce35fa

Complementary Color

#ce35fa #61fa35

#ce35fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce35fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce35fa Color CSS Codes

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

#ce35fa Text Font Color

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

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


#ce35fa Background Color

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

This div background color is #ce35fa


#ce35fa Border Color

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

This div border color is #ce35fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce35fa

Related Colors


Comments

No comments written yet.

Please login to write comment.