Color Hex Logo

#ce37fa Color Hex

#CE37FA
(206,55,250)
0 Favorites   0 Comments

Color spaces of #ce37fa

RGB 20655250
HSL0.800.950.60
HSV286°78°98°
CMYK 0.180.780.00   0.02
XYZ44.075122.756392.5119
Yxy22.75630.27660.1428
Hunter Lab47.703681.4416-81.5891
CIE-Lab54.820481.7490-67.3231

#ce37fa color RGB value is (206,55,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 11111010
Octal 316 67 372
Decimal 206 55 250
Hex CE 37 FA

RGB Percentages of Color #ce37fa

%40.31
%10.76
%48.92

CMYK Percentages of Color #ce37fa

%18
%78
%0
%2

Triadic Colors of #ce37fa

#ce37fa #face37 #37face

Analogous Colors of #ce37fa

#ce37fa #fa37c5 #6d37fa

Monochromatic Colors of #ce37fa

#ce37fa

Complementary Color

#ce37fa #63fa37

#ce37fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce37fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce37fa Color CSS Codes

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

#ce37fa Text Font Color

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

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


#ce37fa Background Color

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

This div background color is #ce37fa


#ce37fa Border Color

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

This div border color is #ce37fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce37fa


Comments

No comments written yet.

Please login to write comment.