Color Hex Logo

#cb2eed Color Hex

#CB2EED
(203,46,237)
0 Favorites   0 Comments

Color spaces of #cb2eed

RGB 20346237
HSL0.800.840.55
HSV289°81°93°
CMYK 0.140.810.00   0.07
XYZ40.891720.764981.9736
Yxy20.76490.28470.1446
Hunter Lab45.568580.4352-74.7593
CIE-Lab52.691281.3754-63.5096

#cb2eed color RGB value is (203,46,237).

#cb2eed hex color red value is 203, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cb2eed hue: 0.80 , saturation: 0.84 and the lightness value of cb2eed is 0.55.

The process color (four color CMYK) of #cb2eed color hex is 0.14, 0.81, 0.00, 0.07. Web safe color of #cb2eed is #cc33ff. Color #cb2eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101110 11101101
Octal 313 56 355
Decimal 203 46 237
Hex CB 2E ED

RGB Percentages of Color #cb2eed

%41.77
%9.47
%48.77

CMYK Percentages of Color #cb2eed

%14
%81
%0
%7

Triadic Colors of #cb2eed

#cb2eed #edcb2e #2eedcb

Analogous Colors of #cb2eed

#cb2eed #ed2eb0 #6c2eed

Monochromatic Colors of #cb2eed

#cb2eed

Complementary Color

#cb2eed #50ed2e

#cb2eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2eed Color CSS Codes

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

#cb2eed Text Font Color

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

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


#cb2eed Background Color

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

This div background color is #cb2eed


#cb2eed Border Color

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

This div border color is #cb2eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,46,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb2eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb2eed;
  -webkit-box-shadow: 1px 1px 3px 2px #cb2eed;
  box-shadow:         1px 1px 3px 2px #cb2eed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,46,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2eed


Comments

No comments written yet.

Please login to write comment.